home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libgraphviz4.postrm < prev    next >
Text File  |  2008-08-06  |  317b  |  18 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Remove the configuration file if present, see README.Debian-packaging
  6. # Needed only in libgraphivzN
  7. if [ -f /usr/lib/graphviz/config4 ]; then
  8.     rm -f /usr/lib/graphviz/config4
  9. fi
  10.  
  11.  
  12. # Automatically added by dh_makeshlibs
  13. if [ "$1" = "remove" ]; then
  14.     ldconfig
  15. fi
  16. # End automatically added section
  17.  
  18.